go/parser.parser.isTypeSwitchGuard (method)

2 uses

	go/parser (current package)
		parser.go#L2198: func (p *parser) isTypeSwitchGuard(s ast.Stmt) bool {
		parser.go#L2256: 	typeSwitch := p.isTypeSwitchGuard(s2)